configuration / network / interfaces / vif[ID]

CLI REST-API

cluster

The submenu cluster (cluster) contains the following:

Menus: none

Objects:
enable-cluster (enable cluster option)
mode (cluster-Mode)
ip-address (tcp/IP address)
netmask (netmask)
priority (priority)

Commands: none



See also:
/configuration/network/interfaces/vif[ID]/cluster/enable-cluster
/configuration/network/interfaces/vif[ID]/cluster/mode
/configuration/network/interfaces/vif[ID]/cluster/ip-address
/configuration/network/interfaces/vif[ID]/cluster/netmask
/configuration/network/interfaces/vif[ID]/cluster/priority

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/network/interfaces/vif.*/cluster


Example using curl:
curl /api/configuration/network/interfaces/vif.*/cluster


Method: PATCH
URL: /api/configuration/network/interfaces/vif.*/cluster
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/network/interfaces/vif.*/cluster
-d "{
  \"objects\": \"new-values\"
}"